This folder contains a script for use in Steve Jasik’s The Debugger called ‘TList_Redef’. This script makes it possible to use The Debugger’s object inspector on TList instances. It also includes a menu item for displaying the Target Chain.
Employing the TList_Redef script is simple: either use it as the basis of your application’s .dsi file or have your .dsi open and process the TList_Redef script. To open the TList_Redef file from within your own .dsi include the following in your script:
=Open
myDisk:aFolderOrTwo:TList_Redef,execute,close
This .dsi script command will open TList_Redef, execute it as a script, and then close TList_Redef. You can, of course, use a relative path in the file specification. Don’t put any spaces in this line.
For more information please contact Steve Jasik at macnosy@jasik.com.
And if you have any favorite The Debugger scripts please send them to the MacApp team at macapp.test@applelink.apple.com (and a copy to macnosy@jasik.com) so that we can share them with the world!